Show / Hide Table of Contents

Struct AutoAddTransform

Auto add target transform setting. 自動加入目標 Transform 設定。

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Votanic.vNet.Networking
Assembly: Votanic.vNet.dll
Syntax
[Serializable]
public struct AutoAddTransform

Fields

addChildOnly

Ignore own transform on auto addition.
在自動加入的情況下忽略自身 Transform。

Declaration
[Tooltip("Ignore own transform on auto addition.\n在自動加入的情況下忽略自身 Transform。")]
public bool addChildOnly
Field Value
Type Description
System.Boolean

autoAdd

Auto add transform if true.
當 true 時自動加入 Transform。

Declaration
[Tooltip("Auto add transform.\n自動加入 Transform。")]
public bool autoAdd
Field Value
Type Description
System.Boolean

recursive

Recursively add child on auto addition.
在自動加入的情況下遞歸加入所有子 Transform。

Declaration
[Tooltip("Recursively add child on auto addition.\n在自動加入的情況下遞歸加入所有子 Transform。")]
public bool recursive
Field Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX