示例#1
0
 public bool IsUserDefinedBehaviour()
 {
     return(UdonSharpUtils.IsUserDefinedBehaviour(internalType));
 }
 private bool IsNormalUnityObject(System.Type declaredType, FieldDefinition fieldDefinition)
 {
     return(!UdonSharpUtils.IsUserDefinedBehaviour(declaredType) && (fieldDefinition == null || fieldDefinition.fieldSymbol.userCsType == null || !fieldDefinition.fieldSymbol.IsUserDefinedBehaviour()));
 }