| ASLObjectm_ResolvedCloudAnchor Property |
Flag indicating if the cloud anchor that is attempting to be resolved has been resolved yet or not
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool m_ResolvedCloudAnchor { get; private set; }
Public Property m_ResolvedCloudAnchor As Boolean
Get
Private Set
public:
property bool m_ResolvedCloudAnchor {
bool get ();
private: void set (bool value);
}
member m_ResolvedCloudAnchor : bool with get, private set
Property Value
Type:
BooleanSee Also