Class ReferenceFrameAttribute
- Namespace
- Jitter2
- Assembly
- Jitter2.dll
Attribute to specify the reference frame of a member.
[AttributeUsage(AttributeTargets.All)]
public sealed class ReferenceFrameAttribute : Attribute
- Inheritance
-
ReferenceFrameAttribute
- Inherited Members
Constructors
ReferenceFrameAttribute(ReferenceFrame)
Initializes a new instance of the ReferenceFrameAttribute class.
public ReferenceFrameAttribute(ReferenceFrame frame)
Parameters
frameReferenceFrameThe reference frame.
Properties
Frame
Gets or sets the reference frame.
public ReferenceFrame Frame { get; set; }