Class CoordinateAdder
座標に指定の値を追加する座標変換器です。
Inherited Members
System.Object.ToString()
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()
Namespace: PLATEAU.CityExport.ModelConvert.SubMeshConvert
Assembly: cs.temp.dll.dll
Syntax
public class CoordinateAdder : VertexConverterBase
Constructors
CoordinateAdder(Vector3)
Declaration
public CoordinateAdder(Vector3 operand)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | operand |
Properties
Operand
Declaration
public Vector3 Operand { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Methods
ConvertInner(Vector3)
Declaration
protected override Vector3 ConvertInner(Vector3 src)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | src |
Returns
Type | Description |
---|---|
Vector3 |