Class ABRConfig.GroupToDataMatrixOverrideFields
Inheritance
ABRConfig.GroupToDataMatrixOverrideFields
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
[Serializable]
public class ABRConfig.GroupToDataMatrixOverrideFields
Fields
|
Improve this Doc
View Source
datasetPath
Declaration
[Header("Dataset path or Group name or UUID to affect (specify one)")]
[Tooltip("Dataset path to affect with this matrix")]
public string datasetPath
Field Value
|
Improve this Doc
View Source
groupName
Declaration
[Tooltip("Name of the group to affect with this matrix")]
public string groupName
Field Value
|
Improve this Doc
View Source
groupToDataMatrix
Declaration
[Tooltip("4x4 transformation matrix to modify the `GroupToDataMatrix` of this group")]
public Matrix4x4 groupToDataMatrix
Field Value
|
Improve this Doc
View Source
groupUuid
Declaration
[Tooltip("UUID of the group to affect with this matrix")]
public string groupUuid
Field Value