Skip to content

Commit 8bfba4e

Browse files
committed
Merge branch 'master' of github.com:Algoryx/AGXUnity
2 parents e440b62 + 3503781 commit 8bfba4e

21 files changed

Lines changed: 2014 additions & 0 deletions

AGXUnity/Attributes.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,11 @@ public DynamicallyShowInInspector( string name, bool isMethod = false, bool inve
243243
public string Name { get; private set; }
244244
public bool Invert { get; private set; }
245245
}
246+
247+
[AttributeUsage( AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false )]
248+
public class RuntimeValue : Attribute
249+
{
250+
public RuntimeValue() { }
251+
}
252+
246253
}

0 commit comments

Comments
 (0)