Class Straight
Inheritance
System.Object
Straight
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public class Straight : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ILine, ISceneObject
Constructors
Straight()
Declaration
Straight(Single)
Declaration
public Straight(float length)
Parameters
Type |
Name |
Description |
System.Single |
length |
|
Properties
Color
Declaration
public override Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Overrides
End
Declaration
public Vector3 End { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Id
Declaration
[Browsable(false)]
public override uint Id { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Overrides
Length
Declaration
public float Length { get; set; }
Property Value
Type |
Description |
System.Single |
|
Start
Declaration
public Vector3 Start { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Visible
Declaration
public override bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
SetStartEnd(Vector3, Vector3)
Declaration
public void SetStartEnd(Vector3 start, Vector3 end)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
start |
|
System.Numerics.Vector3 |
end |
|
Declaration
protected override void SetTransformDirty()
Overrides
Implements
System.IDisposable